home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 6 / CDL_N6.iso / mac / CD Loisirs N°6 / PaperPlanes / Paper Planes / Planes / 00079.ls < prev    next >
Encoding:
Text File  |  1994-08-25  |  256 b   |  14 lines

  1. on mouseDown
  2.   noHiliteButtonDown()
  3. end
  4.  
  5. on mouseUp
  6.   global DescripAudio
  7.   set test to noHiliteButtonUp()
  8.   if test then
  9.     sound playFile 1, the pathName & "HelpAudio:DARTS.AIF"
  10.     when mouseDown then cancelAudio
  11.     set DescripAudio to 1
  12.   end if
  13. end
  14.